object NagForm: TNagForm Left = 353 Top = 366 BorderStyle = bsDialog Caption = 'Information' ClientHeight = 244 ClientWidth = 463 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 214 Width = 463 Height = 30 Align = alBottom BevelOuter = bvNone TabOrder = 0 object BitBtn1: TBitBtn Left = 8 Top = 0 Width = 90 Height = 28 Caption = '&Close' Default = True ModalResult = 1 TabOrder = 0 OnClick = BitBtn1Click NumGlyphs = 2 end end object Panel2: TPanel Left = 0 Top = 0 Width = 463 Height = 214 Align = alClient BevelOuter = bvNone TabOrder = 1 object H1: TLabel Left = 8 Top = 8 Width = 55 Height = 19 Caption = 'Warning' Font.Charset = EASTEUROPE_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsItalic] ParentFont = False end object H2: TLabel Left = 8 Top = 28 Width = 44 Height = 19 Caption = 'Should' Font.Charset = EASTEUROPE_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsItalic] ParentFont = False end object Label3: TLabel Left = 8 Top = 48 Width = 200 Height = 19 Caption = '1. How to register the program' Font.Charset = EASTEUROPE_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsItalic] ParentFont = False end object Label8: TLabel Left = 24 Top = 99 Width = 287 Height = 13 Caption = 'Use the following URL or click Go to open Registration Form.' end object Label14: TLabel Left = 8 Top = 138 Width = 346 Height = 19 Caption = '2. How to enter your registration code in the program' Font.Charset = RUSSIAN_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsItalic] ParentFont = False end object Label17: TLabel Left = 24 Top = 161 Width = 320 Height = 13 Caption = 'Enter Registration Code to the following edit box, then click Re' + 'gister' end object Label4: TLabel Left = 24 Top = 66 Width = 343 Height = 13 Caption = 'The first step is to obtain a registration code by paying a fee ' + 'to the author' end object Label1: TLabel Left = 24 Top = 79 Width = 401 Height = 13 Caption = 'in the amount of %PRICE% or with some discounts depending on qua' + 'ntity of licenses.' end object Edit1: TEdit Left = 24 Top = 113 Width = 345 Height = 21 ReadOnly = True TabOrder = 0 Text = 'https://www.regnow.com/softsell/nph-softsell.cgi?item=2461-1' end object Edit3: TEdit Left = 24 Top = 175 Width = 313 Height = 21 TabOrder = 2 end object BitBtn4: TBitBtn Left = 336 Top = 175 Width = 63 Height = 21 Cursor = crHandPoint Hint = 'Click here after entering your registration code' Caption = 'Register' ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = BitBtn4Click end object BitBtn2: TBitBtn Left = 368 Top = 113 Width = 31 Height = 21 Cursor = crHandPoint Hint = 'Click here to open Registration Form' Caption = 'Go' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = BitBtn2Click end end end